From f88ba16fd2f87b0af6cc9dedfb4b659f3a0b6d4d Mon Sep 17 00:00:00 2001 From: Ray Tung Date: Wed, 27 Sep 2017 21:34:03 +1000 Subject: [PATCH] Recover lost man changes --- src/etc/man/cargo.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/etc/man/cargo.1 b/src/etc/man/cargo.1 index 18bc13173..8baedcec9 100644 --- a/src/etc/man/cargo.1 +++ b/src/etc/man/cargo.1 @@ -96,6 +96,11 @@ Update dependencies in Cargo.lock. .RS .RE .TP +.B cargo\-rustc(1) +Compile the current project, and optionally pass additional rustc parameters +.RS +.RE +.TP .B cargo\-package(1) Generate a source tarball for the current package. .RS @@ -121,6 +126,11 @@ Search registry for crates. .RS .RE .TP +.B cargo\-help(1) +Display help for a cargo command +.RS +.RE +.TP .B cargo\-version(1) Print cargo\[aq]s version and exit. .RS -- 2.30.2